Satellite: saving Home
[phoenix.git] / pages / Css Tips.textile
blob919a8a97c67d722a344290e6fd44fb008ac8c535
1 * 去除链接(A)外面的点框
2 {{{
3 <style type="text/css" media="screen">
4         a {
5                 outline-style:none;
6                 outline-width:0;
7         }
8 </style>
9 <a href="http://www.sina.com" target="_blank">sina</a>
10 }}}
13 * IE hack
15 {{{
16 left: 220px; 
17 #left: 168px; #IE
18 }}}